bindAccountService

@Binds
@Singleton
abstract fun bindAccountService(accountServiceImplementation: AccountServiceImplementation): AccountService

Binds the AccountServiceImplementation to AccountService.

Return

The AccountService interface.

Parameters

accountServiceImplementation

The concrete implementation of AccountService.